home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19990725-20000114 / 000184_news@columbia.edu _Tue Oct 12 10:25:27 1999.msg < prev    next >
Internet Message Format  |  2000-01-13  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA20638
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 12 Oct 1999 10:25:26 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA09906
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 12 Oct 1999 10:22:45 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Direct Serial Connection - Unable to Set Line
  11. Date: 12 Oct 1999 14:22:43 GMT
  12. Organization: Columbia University
  13. Message-ID: <7tvg7j$9lf$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <nAvM3.1823$C8.521394@homer.alpha.net>,
  17. Eric J. Paulsen <epaulsen@smls.org> wrote:
  18. : I'm trying to connect my Linux box to our phone switch which has a simple
  19. : RS-232 serial port which dumps phone usage as the calls are handled by the
  20. : phone system. I have it connected to my 25 pin serial port (which was comm2
  21. : under windows) and have tried to set line to cua1 and ttyS1 and both give
  22. : this:
  23. : (/usr/bin/) C-Kermit>set line ttyS1
  24. : ttyS1
  25. : Sorry, can't open connection: ttyS1
  26. :
  27. >From the form of the prompt, I assume you're using C-Kermit 7.0.
  28.  
  29. : (/usr/bin/) C-Kermit>set line cua1
  30. : cua1
  31. : Sorry, can't open connection: cua1
  32. : There are no gettys running on this, but it seems something is locking the
  33. : port. What can I check to start troubleshooting this?
  34. Try "set modem type none" and "set carrier-watch off" before "set line".
  35. If that doesn't work, type:
  36.  
  37.   log debug {| grep ttopen > debug.log}
  38.  
  39. at the C-Kermit> prompt and then try again.  If the answer isn't obvious 
  40. from the resulting debug.log file, send it to kermit-support@columbia.edu.
  41.  
  42. - Frank